interrupt vt. 1.阻止;妨礙;遮斷。 2.打斷(別人的話等);中斷;打攪。 3.截?cái)唷? interrupt a view 遮住視線。 Don't interrupt me. 別打攪我。 He interrupted college to serve in the army. 他中斷大學(xué)的學(xué)業(yè)到軍隊(duì)服役。 Interrupt sb. In his work 打攪某人工作。 May I interrupt you to comment on that last remark? 對(duì)不起,剛才這句話是什么意思請(qǐng)講講。 Interrupt an electric current 截?cái)嚯娏鳌?vi. 打擾,(別人談話時(shí))插嘴。
vector n. 1.【數(shù)學(xué)】向量,矢量,動(dòng)徑。 2.【航空】飛機(jī)航線;航向指示。 3.【天文學(xué)】幅,矢徑。 4.【生物學(xué)】帶菌者[體],傳病媒介。 vt. 【航空】(對(duì)飛行中的飛機(jī))指示航向。 vi. 【航空】電(磁)波導(dǎo)航。
The invalid interrupt vector pointed to memory containing a bunch of technically valid but nonsensical instructions followed by an invalid one 無效中斷矢量指向內(nèi)存包含的跟隨于一個(gè)無效指令的一束技術(shù)上有效但是無意義的指令。
A table containing interrupt vectors and indexed by interrupt type . this table contains the processor " s mapping between interrupts and interrupt service routines and must be initialized by the programmer 一個(gè)表格,包含由中斷類型決定的中斷向量和索引。這個(gè)表格包含中斷與中斷服務(wù)程序之間的處理器的映射,必須由程序員進(jìn)行初始化。
百科解釋
An interrupt vector is the memory address of an interrupt handler, or an index into an array called an interrupt vector table that contains the memory addresses of interrupt handlers. When an interrupt is generated, the Operating System saves its execution state via a context switch, and begins execution of the interrupt handler at the interrupt vector.